/*头部*/
/*$$
{"color":[{"val":"#333333","title":"模块标题/产品标题/二级导航 文字颜色"},
{"val":"#777777","title":"二级标题/产品简介 颜色"}],
"background":[{"val":"#ffa533","title":"鼠标划过/模块按钮 颜色"}],
"border":[{"val":"#e0e0e0","title":"搜索框颜色"}]}
$$*/

#product_145{
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
#product_145 .prd_w{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 70px;
}
#product_145 .prd_w .allTi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	background: url('/static/images/CP00021_02.png') no-repeat left top;
	background-size: 25px 25px;
	padding: 15px 0 0;
}
#product_145 .prd_w .allTi .allTl{
	color: #333333;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 60px;
	display: flex;
	justify-content: flex-start;
	align-items: baseline
}
#product_145 .prd_w .allTi .allTl::after{
	width: 35px;
	height: 35px;
	background: #ffe4c1;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50%;
}
#product_145 .prd_w .allTi .allTl::before
{
	content: '';
	width: 10px;
	height: 10px;
	background: #ffa532;
	position: absolute;
	left: 30px;
	bottom: 35px;
	border-radius: 50%;
}
#product_145 .prd_w .allTi .allTl_key{
	font-size: 60px;
	position: relative;
	z-index: 2;
}
#product_145 .prd_w .allTi .allTl_val{
	font-size:28px ;
}
#product_145 .prd_w .allTi .seabox{
	width: 410px;
	height: 44px;
	
}

#product_145 .prd_w .allTi .seabox_box{
	border:#e0e0e0 1px solid ;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#product_145 .prd_w .allTi .seabox_name{
	width: 90px;
	height: 100%;
	text-align: center;
	line-height: 43px;
	text-transform: capitalize;
	font-size: 14px;
	border-right:#e0e0e0 1px solid ;
}
#product_145 .prd_w .allTi .seabox_inputs{
	width: calc(100% - 145px);
	height: 100%;
	padding:0 15px;
	
}
#product_145 .prd_w .allTi .seabox_input{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333333;
}
#product_145 .prd_w .allTi .seabox_btn{
	width:56px ;
	height: 100%;
	background: #ffa532;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	cursor: pointer;
	user-select: none;

}
#product_145 .prd_w .allTi .seabox_btn img{
	width: 18px;
	height: 18px;
	display: block;
}

#product_145 .prd_w .prd_cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
#product_145 .prd_w .prd_left{
	width: 25%;
	max-width: 290px;
	margin-right: 20px;
	box-shadow: 0 0 10px 2px rgba(200, 200, 200, 0.3);
	height: 880px;
	border-radius: 30px;
	padding: 70px 0 0 50px;
	box-sizing: border-box;
}

#product_145 .prd_w .prdNav{
	
	margin-bottom: 40px;
}
#product_145 .prd_w .prdNav .prdNav_h2
{
	font-size: 26px;
	color: #555555;
	font-weight: bold;
	line-height: 35px;
}
#product_145 .prd_w .prdNav_p{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}



#product_145 .prd_w .prdNav_ul{
	width: 100%;
}
#product_145 .prd_w .prdNav_li{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	overflow: hidden;
}
#product_145 .prd_w .prdNav_a{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 60px;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	position: relative;
	z-index: 5;
}
#product_145 .prd_w .prdNav_sp{
	transition: 0.3s linear;
	color: #333333;
}
#product_145 .prd_w .prdNav_li::after{
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0%;
	top: 0;
	content: '';
	background: #ffa533;
	transition: 0.2s ease;
	opacity: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}





#product_145 .prd_cont .prd_right{
	flex: 1;
	background: #ffffff;
	width: 0;
}
#product_145 .prd_cont .prd_ot{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
#product_145 .prd_cont .prd_ot_imgs{
	width: 400px;
	height: 300px;
	border:#f5f5f5 10px solid ;
	box-sizing: border-box;
	overflow: hidden;
}
#product_145 .prd_cont .prd_ot_img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.3s ease;
}
#product_145 .prd_cont .prd_info{
	flex: 1;
	width: 0;
	height: 300px;
	padding: 0 5%;
	box-sizing: border-box;
	position: relative;
}
#product_145 .prd_cont .prd_t{
	border-bottom:#e0e0e0 1px solid ;
	padding-bottom: 10px;
}
#product_145 .prd_cont .prd_t_h2{
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#product_145 .prd_cont .prd_t_p{
	font-size: 16px;
	color: #777777;
	line-height: 22px;
	letter-spacing: 3px;
}
#product_145 .prd_cont .prd_c{
	padding: 20px 0 ;
	line-height: 24px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
}
#product_145 .prd_cont .prd_cp{
	height: 120px;
}

#product_145 .prd_cont .prd_ms{
	width: 100%;
	box-sizing: border-box;
}
#product_145 .prd_cont .prd_mor{
	width: 190px;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	border-radius: 8px;
	overflow: hidden;
	
}
#product_145 .prd_cont .prd_m1{
	width: 70px;
	height: 100%;
	background: #ffa533;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
#product_145 .prd_cont .prd_m2{
	width: 120px;
	height: 100%;
	background: #f5f5f5;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border-left:#f5f5f5 1px solid ;
	transition: 0.3s ease;
}


#product_145 .prd_cont .prd_rul{
	width:100% ;
	margin-top:25px ;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#product_145 .prd_cont .prd_rul .prd_rli{
	width: 290px;
	overflow: hidden;
	border:#ffffff 8px solid ;
	background: #ffffff;
	margin-bottom: 14px;
	transition: 0.3s ease;
}
#product_145 .prd_cont .prd_rul .prd_ra{
	width: 100%;
	height: 100%;
	display: block;
}
#product_145 .prd_cont .prd_rul .prd_rimgs{
	width: 100%;
	height: 205px;
	overflow: hidden;
}
#product_145 .prd_cont .prd_rul .prd_rimg{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.3s ease;
}
#product_145 .prd_cont .prd_rul .prd_rinfo{
	height: 50px;
	
	position: relative;
}
#product_145 .prd_cont .prd_rul .prd_rname{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	display: block;
	width: calc(100% -  95px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#product_145 .prd_cont .prd_rul .prd_rros{
	position: absolute;
	bottom: 0;
	right: 0;
	width:50px;
	height: 50px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	transition: 0.3s ease;
}
#product_145 .prd_cont .prd_rul .prd_rro{
	width: 60%;
	height: 60%;
	background: #ffa533;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 50%;
}
#product_145 .prd_cont .prd_rul .prd_rro_ico{
	width: 40%;
	height: 40%;
	display: block;
	max-width: 15px;
	max-height: 15px;
}




@media (min-width: 1200px)
{
	#product_145 .prd_cont .prd_rul .prd_rli:hover{
		background: #f5f5f5;
		border:#f5f5f5 8px solid ;
		box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.3);
	}
	#product_145 .prd_cont .prd_rul .prd_rli:hover .prd_rros{
		background: #f5f5f5;
	}
	#product_145 .prd_cont .prd_rul .prd_rli:hover .prd_rros{
		width: 70px;
		height: 70px;
	}
	#product_145 .prd_cont .prd_rul .prd_rli:hover .prd_rimg{
		transform: scale(1.1);
	}
	#product_145 .prd_w .allTi .seabox_btn:hover{
		opacity: 1;
	}
	#product_145 .prd_w .prdNav_li:hover .prdNav_sp{
		color: #ffffff;
	}
	#product_145 .prd_w .prdNav_li:hover::after{
		width: 100%;
		opacity: 1;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	#product_145:hover .allTi .allTl::after{
		animation:zoomAn 4s linear infinite;
	}
	#product_145:hover .allTi .allTl::before{
		animation:zoomAn2 4s linear infinite;
		z-index: 5;
	}
	#product_145 .prd_cont .prd_ot:hover .prd_t_h2{
		color: #ffa532;
	}
	#product_145 .prd_cont .prd_ot:hover .prd_ot_img{
		transform: scale(1.05);
	}
	#product_145 .prd_cont .prd_ot:hover .prd_m2{
		background: #ffa532;
		color: #ffffff;
	}
}



@media screen and (max-width: 1200px){
	#product_145 .prd_w .prd_left{
		display: none;
	}
	#product_145 .prd_cont .prd_rul .prd_rli
	{
		width: 33%;
	}
	#product_145 .prd_cont .prd_rul .prd_rimgs{
		height: calc((33vw - 16px ) * (3 / 4));
	}
}
@media screen and (max-width: 768px){
	
	#product_145 .prd_w .prd_cont{
		margin-top: 25px;
	}
	#product_145 .prd_w .allTi .allTl_key{
		font-size: 30px;
	}
	#product_145 .prd_w .allTi .allTl_val{
		font-size: 14px;
	}
	#product_145 .prd_w .allTi .allTl{
		padding: 0 0 0 20px;
	}
	#product_145 .prd_w .allTi{
		padding: 30px 0 0;
	}
	#product_145 .prd_cont .prd_ot{
		flex-wrap: wrap;
	}
	#product_145 .prd_cont .prd_ot_imgs{
		width: 100%;
		max-width: inherit;
		height: auto;
		overflow: hidden;
	}
	#product_145 .prd_cont .prd_info{
		width: 100%;
		padding: 30px 20px;
		height: auto;
	}
	#product_145 .prd_w .allTi .seabox{
		display: none;
	}
	#product_145 .prd_cont .prd_rul .prd_rli
	{
		width: 50%;
	}
	#product_145 .prd_cont .prd_rul .prd_rimgs{
		height: calc((50vw - 16px ) * (3 / 4));
	}
	
	#product_145 .prd_cont .prd_rul .prd_rname{
		width: calc(100% - 55px);
		font-size: 14px;
	}
	#product_145 .prd_w{
		padding: 50px 0 40px;
	}
	
	#product_145 .prd_cont .prd_cp{
		height: inherit;
		max-height: 120px;
	}
	#product_145 .prd_cont .prd_mor{
		height: 45px;
		line-height: 45px;
	}
	
}